projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebe659
)
; fix indenting
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 27 Dec 2016 23:27:40 +0000
(15:27 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 27 Dec 2016 23:28:57 +0000
(15:28 -0800)
Problem reported by Chris Gregory in:
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00968.html
* src/keyboard.c (read_event_from_main_queue): Fix indenting.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index f2ee313b8c9d5977548015b144484c43a8075b47..15c7f5ff8c6dd19494556ba47ee84d3b294c6158 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2162,9
+2162,9
@@
read_event_from_main_queue (struct timespec *end_time,
if (CONSP (last))
{
while (CONSP (XCDR (last)))
- last = XCDR (last);
+
last = XCDR (last);
if (!NILP (XCDR (last)))
- emacs_abort ();
+
emacs_abort ();
}
if (!CONSP (last))
kset_kbd_queue (kb, list1 (c));